速報APP / 教育 / Computer Programming

Computer Programming

價格:免費

更新日期:2018-08-30

檔案大小:2.6M

目前版本:1.0.4

版本需求:Android 4.4 以上版本

官方網站:mailto:sajin.v22@gmail.com

Computer Programming(圖1)-速報App

INTRODUCTION

Generation and Classification of Computers- Basic Organization of a Computer –Number

System – Binary – Decimal – Conversion – Problems. Need for logical analysis and thinking –

Algorithm – Pseudo code – Flow Chart.

C PROGRAMMING BASICS

Problem formulation – Problem Solving - Introduction to „ C‟ programming

–fundamentals – structure of a „C‟ program – compilation and linking processes – Constants,

Variables – Data Types – Expressions using operators in „C‟ – Managing Input and Output

operations – Decision Making and Branching – Looping statements – solving simple scientific

and statistical problems.

Computer Programming(圖2)-速報App

ARRAYS AND STRINGS

Arrays – Initialization – Declaration – One dimensional and Two dimensional arrays.

String- String operations – String Arrays. Simple programs- sorting- searching – matrix

operations

FUNCTIONS AND POINTERS

Function – definition of function – Declaration of function – Pass by value – Pass by reference –

Recursion – Pointers - Definition – Initialization – Pointers arithmetic – Pointers and arrays-

Example Problems.

STRUCTURES AND UNIONS

Introduction – need for structure data type – structure definition – Structure declaration –

Computer Programming(圖3)-速報App

Structure within a structure - Union - Programs using structures and Unions – Storage classes,

Pre-processor directives.